module Base {

/*
    item 
    {

    }
*/

/* <<<<<  Rename Base Items  >>>>> */

    /**** Icing > Vanilla Frosting ****/

        item Icing
        {
            StaticModel = Base.VFX_VanillaFrosting,
            WorldStaticModel = Base.VFX_VanillaFrosting,
            Icon = VFX_Baking_FrostingVanilla,
            Tags = VFX:Frosting,
        }

    /**** Pasta > Spaghetti ****/

        item Pasta
        {
            EatType = eatBox,
            StaticModel = Base.VFX_Spaghetti,
            WorldStaticModel = Base.VFX_Spaghetti,
            Icon = VFX_Pantry_PastaSpaghetti,
        }

        item PastaBowl
        {
            StaticModel = Base.VFX_BowlSpaghetti,
            WorldStaticModel = Base.VFX_BowlSpaghetti,
            Icon = VFX_Bowl_Spaghetti,
        }

    /**** Bouillon Cube > Chicken Bouillion Cube ****/

        item BouillonCube
        {
            Tags = VFX:BouillionCube,
            EvolvedRecipe = Chili:3;Curry:3;Casserole:3;Meatloaf:3;Ramen:3;Rice:3;Pasta:3,
        }

    /**** Cereal > Corn Flakes ****/

        item Cereal
        {
            Tags = VFX:Cereal,
            IconsForTexture = VFX_Pantry_Cereal_CornFlakes,
            StaticModelsByIndex = Base.VFX_CornFlakes,
            WorldStaticModelsByIndex = Base.VFX_CornFlakes,
        }

        item CerealBowl
        {
            Icon = VFX_Bowl_CerealCornFlakes,
            StaticModel = Base.VFX_BowlCornFlakes,
            WorldStaticModel = Base.VFX_BowlCornFlakes,
        }

    /**** Crackers > Saltine Crackers ****/

        item Crackers
        {
            UnhappyChange = -5,
            Packaged = true,
            CantBeFrozen = true,
            EatType = eatBox,
            Icon = VFX_Snack_CrackersSaltine,
            StaticModel = Base.VFX_SaltineCrackers,
            WorldStaticModel = Base.VFX_SaltineCrackers,
            EvolvedRecipe = Chili:5;Curry:5;Casserole:5;Meatloaf:5;BakedPotato:5;ScallopedPotatoBake:5,
        }
    
    /**** Yogurt > Vanilla Yogurt ****/

        item Yoghurt
        {
            Icon = VFX_Fridge_YogurtVanilla,
            StaticModel = Base.VFX_VanillaYogurt,
            WorldStaticModel = Base.VFX_VanillaYogurt,
                
            HungerChange = -10,
            Calories = 180,
            Carbohydrates = 14,
            Lipids = 4,
            Proteins = 3,
        }

    /**** TV Dinner > Lasagna ****/

        item TVDinner
        {
            StaticModel = Base.VFX_LasagnaFrozenMeal_SM,
            WorldStaticModel = Base.VFX_LasagnaFrozenMeal,
        }

    /**** Pizza > Cheese Pizza ****/

        item PizzaWhole
        {
            Icon = VFX_Freezer_PizzaCheese,
            StaticModel = Base.VFX_FrozenCheesePizza,
            WorldStaticModel = Base.VFX_FrozenCheesePizza,
        }

        item Pizza
        {
            Icon = VFX_Freezer_PizzaSliceCheese,
            StaticModel = Base.VFX_CheesePizzaSlice,
            WorldStaticModel = Base.VFX_CheesePizzaSlice,
        }

    /**** Ice Cream > Vanilla Ice Cream ****/

        item Icecream
        {
            Tags = VFX:Icecream,
            Icon = VFX_IceCream_Vanilla,
            StaticModel = Base.VFX_VanillaIceCream,
            WorldStaticModel = Base.VFX_VanillaIceCream,
        }

        item IcecreamMelted
        {
            Icon = VFX_IceCreamMelted_Vanilla,
            StaticModel = Base.VFX_VanillaIceCreamMelted,
            WorldStaticModel = Base.VFX_VanillaIceCreamMelted,
        }

        item ConeIcecream
        {	
       		StressChange = -5,

            Icon = VFX_IceCreamCone_Vanilla,
            StaticModel = Base.VFX_VanillaIceCreamCone,
            WorldStaticModel = Base.VFX_VanillaIceCreamCone,
        }

        item ConeIcecreamMelted
        {
            Icon = VFX_IceCreamCone_Vanilla,
            StaticModel = Cone_Ground,
            WorldStaticModel = Base.VFX_VanillaIceCreamConeMelted,
        }

    /**** Burrito > Pork Burrito ****/

        item Burrito
        {
            Packaged = true,
            GoodHot = true,
            IsCookable = true,
            BadCold = true,

            MinutesToCook = 20,
            MinutesToBurn = 40,
        }

/* <<<<<  Add Models / Icons  >>>>> */

    /**** Baking Tray Models for Cookies ****/

        item CookiesChocolateDough
        {
            StaticModel = Base.VFX_CookiesChocolatePrep,
            WorldStaticModel = Base.VFX_CookiesChocolatePrep,
        }

        item CookiesOatmealDough
        {
            StaticModel = Base.VFX_CookiesOatmealPrep,
            WorldStaticModel = Base.VFX_CookiesOatmealPrep,
        }

        item CookiesShortbreadDough
        {
            StaticModel = Base.VFX_CookiesShortbreadPrep,
            WorldStaticModel = Base.VFX_CookiesShortbreadPrep,
        }

        item CookiesSugarDough
        {
            StaticModel = Base.VFX_CookiesSugarPrep,
            WorldStaticModel = Base.VFX_CookiesSugarPrep,
        }

    /**** Jar ****/

        item CannedBellPepper
        {
            StaticModel = VFX_Jar_BellPepper,
        }

        item CannedBroccoli
        {
            StaticModel = VFX_Jar_Broccoli,
        }

        item CannedCabbage
        {
            StaticModel = VFX_Jar_Cabbage,
        }

        item CannedCarrots
        {
            StaticModel = VFX_Jar_Carrots,
        }

        item CannedEggplant
        {
            StaticModel = VFX_Jar_Eggplant,
        }

        item CannedLeek
        {
            StaticModel = VFX_Jar_Leek,
        }

        item CannedPotato
        {
            StaticModel = VFX_Jar_Potato,
        }

        item CannedRedRadish
        {
            StaticModel = VFX_Jar_RedRadish,
        }

        item CannedTomato
        {
            StaticModel = VFX_Jar_Tomato,
        }

        item CannedRoe
        {
            StaticModel = VFX_Jar_Roe,
        }

/* <<<<<  Add Tags  >>>>> */

    item MincedMeat
    {
        Tags = VFX:GroundMeat,
    }

    item Flour2
    {
        Tags = VFX:AnyFlour;VFX:TraditionalFlour,
    }

    item CannedMilkOpen
    {
        Tags = VFX:evaporatedmilk,
    }

    item Yeast
    {
        Tags = VFX:Yeast,
    }

    item Beef
    {
        Tags = VFX:MakesGroundBeef,
    }

    item Steak
    {
        Tags = VFX:MakesGroundBeef,
    }

    item Toast
    {
        Tags = VFX:Toast,
    }

/* <<<<<  Add Tooltip  >>>>> */

    item SugarBeetSyrupPot
    {
        Tooltip = Tooltip_VFX_SugarBeet_Rot,
    }
	
/* <<<<<  Stat Changes  >>>>> */
	
	item SourCream
    {
		DaysFresh = 7,
		DaysTotallyRotten = 14,
	}
	
	item Cheese
    {
		DaysFresh = 28,
		DaysTotallyRotten = 56,

        HungerChange = -30.0,
        Calories = 906.5,
        Carbohydrates = 2.6,
        Lipids = 73.6,
        Proteins = 55.2,
    }

	item Hotdog
    {
        Calories = 242.0,
    }

	item Flour2
    {
        Calories = 3192.0,
        Carbohydrates = 594.0,
        Lipids = 39.9,
        Proteins = 106.2,
    }

	item Cornflour2
    {
        Calories = 3192.0,
        Carbohydrates = 594.0,
        Lipids = 39.9,
        Proteins = 106.2,
    }

	item Cornmeal2
    {
        HungerChange = -60.0,
        Calories = 3192.0,
        Carbohydrates = 594.0,
        Lipids = 39.9,
        Proteins = 106.2,
    }

/* <<<<<  Empty Jam Jar  >>>>> */

    item JamFruit
    {
        ReplaceOnUse = VFX.EmptyJamJar,
    }

    item JamMarmalade
    {
        ReplaceOnUse = VFX.EmptyJamJar,
    }

}
